if service.click({ 
{{"#accept_incoming_call_view@WhatsApp Business", 
"#voice_note_btn@WhatsApp Business"}, 
"%[向上]", 
} 
}) 
return true 
end 
 
if service.click({
{"Send",
}
})
return true
end

if service.click({ 
"#fab@WhatsApp Business", 
"#speaker_btn@WhatsApp Business", 
}) 
return true 
end
if service.execute("[Raw click]")
return true
end
